Note: This dashboard contains the results of a predictive model. The author has tried to make it as accurate as possible. But the COVID-19 situation is changing quickly, and these models inevitably include some level of speculation.

Outstanding Cases by Geography

The chart below shows the total predicted number of outstanding cases, i.e. number of individuals who are still currently ill.

The chart also represents the reported case fatality rate (CFR) via the color of the country, which is heavily biased by the amount of testing which is performed in each country.

Tip: Change the scale of the y axis with the toggle button and hover over chart areas for more details.

The table below shows summary statistics for the last 7 days. $Oustanding = Confirmed - Deaths - Recovered$.

Confirmed Deaths Est. Recoveries Outstanding
2022-06-15 537362340 6314381 525657149 5390810
2022-06-16 537868283 6316171 526170108 5382004
2022-06-17 538472859 6317507 526696126 5459226
2022-06-18 538697313 6318093 527225551 5153669
2022-06-19 538968805 6318657 527756000 4894148
2022-06-20 539713364 6320326 528268790 5124248
2022-06-21 540569886 6322048 528759228 5488610

Percent of Global Total

This next chart shows the number of outstanding cases as a percent of the total confirmed global cases. Only countries representing a significant contribution to global totals are shown.

Tip: Hover over chart areas for more details.

Appendix: Methodology of Predicting Recovered Cases

John Hopkin's University's (JHU) dataset initially reported recovered cases but has since discontinued this, however estimating the recovery duration and extrapolating for current cases should be possible from this original data.

For the time being (I hope to draw from other discussions of this topic), I will use an empirically derived formula from the limited data available from JHU:

$$R_{n} = R_{n-1} + (C_{n-9} - R_{n-1})*0.07$$

Where $R_{n}$ is the total number of recovered cases on day $n$, and $C_{n}$ is the total number of confirmed cases on day $n$.

What it implies is that on a given day, of the cases which were first reported 9 days previously 7% of those cases would have either recovered or passed away. After 16 days therefore 49% of cases would have recovered or passed away and after 23 days 98% of cases would have recovered or passsed away.

This formula is only being used to predict the number of recoveries from the time that JHU's data is not available. We can compare the results of this formula to the existing data from JHU to show the level of fit. This can be seen in the following 2 graphs.